The COVID 19 pandemic is biggest ongoing global crisis of the 21st century, which has affected countries all over the world except Antarctica. It was first identified in Wuhan, China, at the end of 2019. After that the virus spread to other areas of the China and later worldwide. The pandemic had caused more than 618 million cases and 6.54 million confirmed deaths. So it is important to detect, prevent and respond to the threat posed by COVID 19. This report is an exploratory analysis of the COVID 19 pandemic in Portugal and it present comparison with other neighboring countries using the visualization methods.
Keywords: Portugal, COVID 19
Portugal is a southern European country on the Iberian Peninsula, bordered by Span and the Atlantic Ocean. It is one of the oldest country in Europe. The country covers an area of 92,090 km2, it is slightly smaller than the US state of Indiana.Portugal has a population of 10.3 million people. The capital and economic and cultural center of the Portugal is Lisbon. Portuguese is the official language of the Portugal but English is widely spoken, especially in the larger cities and in the Algarve. The government system is a republic with a semi-presidential representative democracy. Portugal was the world’s richest country but because this wealth was not used to develop domestic industrial infrastructure, Portugal gradually become one of western Europe’s poorest countries in the 19th and 20th centuries.After 1986 it shows spurring strong and steady economic growth. Similar to other countries, Portugal’s economy is now dominated by services.
Portugal is located on the Iberian Peninsula in the southwest corner of Europe. It shares that peninsula with its larger neighbor, Spain, which occupies about five-sixths of the land mass. Portugal has 35,000 square miles in average and it is about the size of the state of Indiana. It’s bordered by Spain on the north and east, and the Atlantic Ocean on the west and south.
Climate is divided into three sets according to its effect on vegetation. Those are Atlantic, continental, and Mediterranean. As a whole Portugal is defined as having a Mediterranean climate but there is some variation between regions. The Atlantic climate predominates overall, putting most of the country into the humid zone of the Iberian Peninsula. In the northwest the climate is mild and rainy.
Summer temperatures near sea level may average up to 76\(^\circ\)F but are rather lower at exposed higher elevations. Winter temperatures average 37 to 40\(^\circ\)F but tend to be milder south of the Douro. Annual rainfall averages more than 40 inches.
The highest temperatures in Portugal tend to occur inland. The town of Amareleja is one of the hottest places in Europe during the summer with a high temperature of 47.4\(^\circ\)C recorded. The highest average temperature are found in the Algarve though.
On April 16, the Portuguese government announced that the nationwide lockdown measures in place amid the current national state of emergency will be extended for another 15 days until May 2, due to the ongoing coronavirus pandemic. President Marcelo Rebelo de Sousa declared the initial 15 day state of emergency on March 18. During the following 6 weeks, general population was forbidden to use public space, and compulsory confinement was legally imposed, except for shopping necessities and going to work when remote work was not possible.
As lockdown was implemented, the Portuguese people complied with these confinement measures and quickly reduced their overall mobility. People reduced significantly their daily mobility, including for retail and leisure, parks and alike and transport. The population in Spain also adhered effectively to government containment and mltigation measures.
Portugal took early action to control the COVID 19 pandemic.Portuguese Prime minister Antonio Costa announced stricter containment measures after a state of emergency was declared in the country on Wednesday, March 18, when it recorded only 62 cases of COVID 19 per million inhabitants and no reported deaths. It last for 15 days starting from midnight on March 19,.The government has reiterated that individuals who infected with the corona virus will be required to undergo mandatory self-isolation and the government emphasize that violation of this requirement will constitute a “crime of disobedience”.
The government gave the permission to the security forces to send home people who breach self-isolation requirements.In addition, elderly over the age of 70 years or those with existing health conditions are advised to stay at home unless necessary. To prevent further spread of the virus, the government advised to the members to stay at home as much as possible.All commercial establishments except bakeries, supermarkets, gas station, and pharmacies were announced to be closed. Even schools were closed from Monday, March 16 to April 9 as a precautionary measure.
From midnight on Wednesday, March 18, flights to countries outside th EU/EEA, except for the UK, Us, Canada, Venezuela, South Africa, and Portuguese speaking countries were suspended. Further, flights to Brazil were restricted to Rio de Janeiro and Sao Paulo while flights to and from Italy were suspended in order to prevent further entry of the virus into the country. Strict borders were enforced between Spain and Portugal from Monday, March 16, until Wednesday, April 15. Only cross border workers, goods traffic, and individuals returning to their place of residence were allowed to travel accross the border.
The data set used in this report is The Novel Coronavirus COVID 19 (2019-nCoV) Dataset. It contains the daily summary of the Coronavirus (COVID 19) cases (confirmed, death, and recovered) by state/province. The data frame contains 15 variables;
The source of the dataset is Johns Hopkins University Center for Systems Science and Engineering(JHUCCSE) Coronavirus website. All records are available January 22, 2020 to 23 of June 2022. it contains 742,560 rows and 15 columns.
Rows: 742,560
Columns: 15
$ date <date> 2020-01-22, 2020-01-23, 2020-01-24, 2020-01-25, 2020-0…
$ province <chr> "Alberta", "Alberta", "Alberta", "Alberta", "Alberta", …
$ country <chr> "Canada", "Canada", "Canada", "Canada", "Canada", "Cana…
$ lat <dbl> 53.9333, 53.9333, 53.9333, 53.9333, 53.9333, 53.9333, 5…
$ long <dbl> -116.5765, -116.5765, -116.5765, -116.5765, -116.5765, …
$ type <chr> "confirmed", "confirmed", "confirmed", "confirmed", "co…
$ cases <int> 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…
$ uid <dbl> 12401, 12401, 12401, 12401, 12401, 12401, 12401, 12401,…
$ iso2 <chr> "CA", "CA", "CA", "CA", "CA", "CA", "CA", "CA", "CA", "…
$ iso3 <chr> "CAN", "CAN", "CAN", "CAN", "CAN", "CAN", "CAN", "CAN",…
$ code3 <dbl> 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, 124, …
$ combined_key <chr> "Alberta, Canada", "Alberta, Canada", "Alberta, Canada"…
$ population <dbl> 4413146, 4413146, 4413146, 4413146, 4413146, 4413146, 4…
$ continent_name <chr> "North America", "North America", "North America", "Nor…
$ continent_code <chr> "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "…
## date province country lat long type cases uid iso2 iso3
## 1 2020-01-22 Alberta Canada 53.9333 -116.5765 confirmed 0 12401 CA CAN
## 2 2020-01-23 Alberta Canada 53.9333 -116.5765 confirmed 0 12401 CA CAN
## 3 2020-01-24 Alberta Canada 53.9333 -116.5765 confirmed 0 12401 CA CAN
## 4 2020-01-25 Alberta Canada 53.9333 -116.5765 confirmed 0 12401 CA CAN
## 5 2020-01-26 Alberta Canada 53.9333 -116.5765 confirmed 0 12401 CA CAN
## 6 2020-01-27 Alberta Canada 53.9333 -116.5765 confirmed 0 12401 CA CAN
## code3 combined_key population continent_name continent_code
## 1 124 Alberta, Canada 4413146 North America NA
## 2 124 Alberta, Canada 4413146 North America NA
## 3 124 Alberta, Canada 4413146 North America NA
## 4 124 Alberta, Canada 4413146 North America NA
## 5 124 Alberta, Canada 4413146 North America NA
## 6 124 Alberta, Canada 4413146 North America NA
## date province country lat long type cases uid iso2
## 742555 2022-06-18 <NA> Zimbabwe -19.01544 29.15486 recovery 0 716 ZW
## 742556 2022-06-19 <NA> Zimbabwe -19.01544 29.15486 recovery 0 716 ZW
## 742557 2022-06-20 <NA> Zimbabwe -19.01544 29.15486 recovery 0 716 ZW
## 742558 2022-06-21 <NA> Zimbabwe -19.01544 29.15486 recovery 0 716 ZW
## 742559 2022-06-22 <NA> Zimbabwe -19.01544 29.15486 recovery 0 716 ZW
## 742560 2022-06-23 <NA> Zimbabwe -19.01544 29.15486 recovery 0 716 ZW
## iso3 code3 combined_key population continent_name continent_code
## 742555 ZWE 716 Zimbabwe 14862927 Africa AF
## 742556 ZWE 716 Zimbabwe 14862927 Africa AF
## 742557 ZWE 716 Zimbabwe 14862927 Africa AF
## 742558 ZWE 716 Zimbabwe 14862927 Africa AF
## 742559 ZWE 716 Zimbabwe 14862927 Africa AF
## 742560 ZWE 716 Zimbabwe 14862927 Africa AF
# A tibble: 3 × 2
type total_cases
<chr> <int>
1 confirmed 5109412
2 death 23995
3 recovery 0
date province country lat long type cases uid iso2 iso3 code3
1 2020-01-22 <NA> Portugal 39.3999 -8.2245 death 0 620 PT PRT 620
2 2020-01-23 <NA> Portugal 39.3999 -8.2245 death 0 620 PT PRT 620
3 2020-01-24 <NA> Portugal 39.3999 -8.2245 death 0 620 PT PRT 620
4 2020-01-25 <NA> Portugal 39.3999 -8.2245 death 0 620 PT PRT 620
5 2020-01-26 <NA> Portugal 39.3999 -8.2245 death 0 620 PT PRT 620
6 2020-01-27 <NA> Portugal 39.3999 -8.2245 death 0 620 PT PRT 620
combined_key population continent_name continent_code
1 Portugal 10196707 Europe EU
2 Portugal 10196707 Europe EU
3 Portugal 10196707 Europe EU
4 Portugal 10196707 Europe EU
5 Portugal 10196707 Europe EU
6 Portugal 10196707 Europe EU
date province country lat long type cases uid iso2 iso3
1 2020-01-22 <NA> Portugal 39.3999 -8.2245 confirmed 0 620 PT PRT
2 2020-01-23 <NA> Portugal 39.3999 -8.2245 confirmed 0 620 PT PRT
3 2020-01-24 <NA> Portugal 39.3999 -8.2245 confirmed 0 620 PT PRT
4 2020-01-25 <NA> Portugal 39.3999 -8.2245 confirmed 0 620 PT PRT
5 2020-01-26 <NA> Portugal 39.3999 -8.2245 confirmed 0 620 PT PRT
6 2020-01-27 <NA> Portugal 39.3999 -8.2245 confirmed 0 620 PT PRT
code3 combined_key population continent_name continent_code
1 620 Portugal 10196707 Europe EU
2 620 Portugal 10196707 Europe EU
3 620 Portugal 10196707 Europe EU
4 620 Portugal 10196707 Europe EU
5 620 Portugal 10196707 Europe EU
6 620 Portugal 10196707 Europe EU
date province country lat long type cases uid iso2 iso3
1 2020-01-22 <NA> Portugal 39.3999 -8.2245 recovery 0 620 PT PRT
2 2020-01-23 <NA> Portugal 39.3999 -8.2245 recovery 0 620 PT PRT
3 2020-01-24 <NA> Portugal 39.3999 -8.2245 recovery 0 620 PT PRT
4 2020-01-25 <NA> Portugal 39.3999 -8.2245 recovery 0 620 PT PRT
5 2020-01-26 <NA> Portugal 39.3999 -8.2245 recovery 0 620 PT PRT
6 2020-01-27 <NA> Portugal 39.3999 -8.2245 recovery 0 620 PT PRT
code3 combined_key population continent_name continent_code
1 620 Portugal 10196707 Europe EU
2 620 Portugal 10196707 Europe EU
3 620 Portugal 10196707 Europe EU
4 620 Portugal 10196707 Europe EU
5 620 Portugal 10196707 Europe EU
6 620 Portugal 10196707 Europe EU
The number of recovered cases reported in 2020 shows a higher amount in Spain compared to Portugal. But the number of recoveries reported in 2021 and 2022 shows a lower figure in Span compared to Portugal.
The number of death cases reported in Spain is higher than the no of death cases reported in Portugal
According to the figure we can see that the number of confirmed cases and the number of recovered cases in Portugal is consistently higher compare to the China . Reported death cases also comparatively higher in Portugal.
It shows that the number of death cases reported in Italy is higher than the number of death cases reported in Portugal. And the number of confirmed cases reported in 2022 is higher in italy than in Portugal.
Portugal is one of the few success stories in Europe in controlling the spread of the virus as they took quick action. When compared with its neighboring countries the Portugal had a very low caseload. As in the other countries the COVID 19 epidemic peak in Portugal has been shown in the year 2021. Lockdowns, social distancing procedures, mandatory in wearing mask in Portugal have been largely managed the COVID 19 in Portugal. Therefore we can conclude that mitigation actions can positively influence the spread of the virus in countries as well as in Portugal.
Comparing the spread of coronavirus in different countries is difficult using the data being released by governments deaths are somewhat more reliable, but some countries have different rules for what deaths to include in their official numbers.
In European countries like Italy, Spain, France, UK and Netherlands are major COVID 19 infected countries. Death rate in Italy is the highest death rate in world. Spain is the second highest among COVID 19 affected among European country, which is neighboring country to the Portugal.
Therefore Portugal might be seen as an example of good practices in pandemic crisis management, since with the early response to the virus appearance, rooted in the valuable stakeholders’ coordination, it was possible to control the spread of the virus, and the implementation of several mitigation measures presented positive results in regarding control of spreading corona virus.
https://dereksonderegger.github.io/570L/10-more-ggplot2.html
https://cran.r-project.org/web/packages/coronavirus/index.html
https://www.markdownguide.org/extended-syntax/
https://www.britannica.com/place/Portugal/Climate
https://en.m.wikipedia.org/wiki/COVID-19_pandemic
https://datavizpyr.com/how-to-center-plot-title-and-subtitle-in-ggplot2/?amp=1
https://medium.com/analytics-vidhya/7-advanced-markdown-tips-5a031620bf52